/* IE6 corrections
---------------------------------------------*/

#search { margin-top: 3px;}
#content h4 { /* Header 1 */
	margin-bottom: 4px;
	margin-top:20px;
}
#lhs_nav {
	margin-bottom: 10px;
	width:200px;
}

#content hr {
	margin: 23px 0 -6px 0;
}

#content li {
	background: url(../images/story_bullet.gif) 7px 6px no-repeat;
}

#content acronym {
	border-bottom: 1px dotted #ff80ff;
}

#content div.rhs_jumpbox ul {
	padding-bottom: 11px;
	margin-top: 7px;
}
#content div.rhs_jumpbox ul li { background: url(../images/arrow.gif) 10px 4px no-repeat; }

#content div.rhs_jumpbox ul li {
	background: url(../images/arrow.gif) 10px 5px no-repeat;
	margin-top: 4px;
	padding-left: 26px;
}

#pagewrapper{
	/*width : expression(document.body.clientWidth > 953 ? "953px" : expression(document.body.clientWidth < 738 ? "738px" : "auto"));*/
	padding:0 0; 
	width : expression(document.body.clientWidth > 953 ? "953px" : "auto");
}
